home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / teletub.swf / scripts / DefineButton2_138 / BUTTONCONDACTION on(press).as
Text File  |  2001-11-21  |  576b  |  19 lines

  1. on(press){
  2.    tellTarget("../Actions_Weapons")
  3.    {
  4.       gotoAndStop("FireWeapon");
  5.       play();
  6.    }
  7.    if(eval("/:Weapon") == "1")
  8.    {
  9.       duplicateMovieClip("../SunLeafHit","SunLeafs" add eval("/:Index"),eval("/:Index") + 16384);
  10.       setProperty("../SunLeafs" add eval("/:Index"), _X, getProperty("../Cursor", _X));
  11.       setProperty("../SunLeafs" add eval("/:Index"), _Y, getProperty("../Cursor", _Y));
  12.       tellTarget("../SunLeafs" add eval("/:Index"))
  13.       {
  14.          gotoAndPlay(2);
  15.       }
  16.       set("/:Index",eval("/:Index") + "1");
  17.    }
  18. }
  19.